-
Notifications
You must be signed in to change notification settings - Fork 12
Add a retry mechanism for fetching setup executable #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
10 seconds between retries seems a bit long to me. Maybe 2 or 3 seconds instead? The rest looks good to me. |
While repeatedly running CI tests for #27, I encountered more than a few spurious |
Yeah, unfortunately sourceware is getting hammered by LLM scraperbots at the moment |
8cb59b1
to
e624e5d
Compare
Also, don't use a naked catch, so we don't trap sytnax or usage errors etc., only network failures.
Thanks @jon-turney! |
- to benefit from the new download retry mechanism. cygwin/cygwin-install-action#26 - to use a new setting that not only moves the Cygwin install target directory to the faster `D:` drive, but also the package download directory. Expecting a little performance improvement from this for the Cygwin install step. cygwin/cygwin-install-action@d3a7464 cygwin/cygwin-install-action#27 Closes #17040
Closes #9